ACTION: 2;IFTYPE F|M;SAY You can't really mean that!;EXIT
ACTION: 2;IFTYPE -;SAY That was rather far-fetched, wasn't it?;EXIT
ACTION: 2;SAY I can't pick #W13 up.|Sorry, that is not possible.;EXIT
/*
/* Action 3 - Use
/* --------------
/*
ACTION: 3;IFOBJ 30;IFOBJ2 39;SAY I put it into the fridge;PUT 30,U,28;SETOF 39,1=1;EXIT
ACTION: 3;IFOBJ 31;IFOBJ2 39;SAY I put it into the fridge;PUT 31,U,28;SETOF 39,2=1;EXIT
ACTION: 3;IFOBJ 32;IFOBJ2 39;SAY I put it into the fridge;PUT 32,U,21;SETOF 39,3=1;EXIT
ACTION: 3;IFOBJ 30;IFOBJ2 31;PUT 30,N,28;PUT 31,N,28;PICK 32;W 12;SAY I have mixed some green snow from the blue and yellow snow.;EXIT
ACTION: 3;IFOBJ 31;IFOBJ2 30;PUT 30,N,28;PUT 31,N,28;PICK 32;W 12;SAY I have mixed some green snow from the blue and yellow snow.;EXIT
ACTION: 3;IFOBJ 36;SAY There are no pinguins around.;EXIT
ACTION: 3;IFOBJ 20;SAY I can't drink alcohol now. I'm on an important mission. I have to keep my head clean.;EXIT
ACTION: 3;IFOBJ 7;IFOBJ2 6;IFOF 6,1=0;SAY I need some hot water to cook it.;EXIT
ACTION: 3;IFOBJ 7;IFOBJ2 6;IFCARR 6;IFOF 6,1=1;SAY I have to put the mushroom into hot water.;EXIT
ACTION: 3;IFOBJ 7;IFOBJ2 6;IFNOTCARR 6;IFOF 6,1=1;IFOF 7,1=0;IFNOTCARR 17;SAY I should cut it into pieces before I cook it.;SAY I need a knife or something.;EXIT
ACTION: 3;IFOBJ 7;IFOBJ2 6;IFNOTCARR 6;IFOF 6,1=1;IFOF 7,1=0;SAY I should cut it into pieces before I cook it.;EXIT